ServiceReplyToAll Method (IListReplyAllItem) |
Sends reply messages to all recipients.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> ReplyToAll(
IList<ReplyAllItem> replyAllItems
)
Public Function ReplyToAll (
replyAllItems As IList(Of ReplyAllItem)
) As IList(Of ItemInfoResponse)
Parameters
- replyAllItems
- Type: System.Collections.GenericIListReplyAllItem
The reply all items.
Return Value
Type:
IListItemInfoResponseIList{ItemInfoResponse}.
See Also